home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 11059 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,in,comp.sys.amiga.advocacy,comp.sys.amiga.hardware,comp.sys.amiga.misc,comp.sys.amiga.graphics
  2. Path: novice.uwaterloo.ca!douyang
  3. From: douyang@novice.uwaterloo.ca (Darwin Ouyang)
  4. Subject: Re: Possible loss of the Copper (was Re: AB3D II beats Quake....)
  5. Sender: news@novice.uwaterloo.ca (Mr. News)
  6. Message-ID: <DpBp8G.7qK@novice.uwaterloo.ca>
  7. Date: Thu, 4 Apr 1996 05:43:28 GMT
  8. References: <4iu7hb$utt@coranto.ucs.mun.ca> <2726.6661T189T1181@mbox.vol.it> <4jmkma$4s0@valour.pem.cam.ac.uk> <4jsj9c$i7q@sunsystem5.informatik.tu-muenchen.de>
  9. Nntp-Posting-Host: novice.uwaterloo.ca
  10. Organization: University of Waterloo
  11.  
  12. In article <4jsj9c$i7q@sunsystem5.informatik.tu-muenchen.de>,
  13. Juergen "Rally" Fischer <fischerj@Informatik.TU-Muenchen.DE> wrote:
  14. >Chris Brown (cbrown@armltd.co.uk) wrote:
  15. >: In article <2726.6661T189T1181@mbox.vol.it>,
  16. >: Fabio Bizzetti <bizzetti@mbox.vol.it> wrote:
  17. >: >
  18. >: >a 640*512 physical screen? 50 frames / sec scroll, with 0 CPU or AGA time.
  19. >The nice thing is that the Amiga DOES it while all programs I
  20. >saw on VGA (linux/x) use the blitter.
  21.  
  22. And how does the Amiga "DO" this? Without the blitter?
  23.  
  24. >Even if the VGA blitter was fast enough, all current OS-based screens
  25. >jerk just because the mouseupdate is not display synced. (timer, no
  26. >vblank interrupt used).
  27.  
  28. The VGA card does NOT have a blitter.
  29.  
  30. An ACCELERATED SVGA card will.
  31. The driver for the accelerated SVGA card may or may not have the display 
  32. synced. (With PCI video cards, interrupt sharing is not a problem.)
  33. And if the mouse is a hardware cursor (driver support) it won't flicker 
  34. either.
  35.  
  36. >yes, and the Amiga one allows use of custom hardware => 50Hz.
  37. >I also vote for API driven special hardware.
  38.                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  39. This is EXACTLY what an accelerated SVGA video card is.
  40.  
  41. It is a specialized set of coproessors (blitter, line draw, fill, scale, 
  42. colour map, etc.) that is accessible through a standard API (of some 
  43. sort) implemented by the OS and the device specific driver.
  44.  
  45. Darwin Ouyang
  46.  
  47.